type runtime.mLockProfile

6 uses

	runtime (current package)
		mprof.go#L715: type mLockProfile struct {
		mprof.go#L724: func (prof *mLockProfile) recordLock(cycles int64, l *mutex) {
		mprof.go#L768: func (prof *mLockProfile) recordUnlock(l *mutex) {
		mprof.go#L777: func (prof *mLockProfile) captureStack() {
		mprof.go#L820: func (prof *mLockProfile) store() {
		runtime2.go#L602: 	mLockProfile mLockProfile // fields relating to runtime.lock contention